home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / backup < prev    next >
Text File  |  1991-04-23  |  2KB  |  52 lines

  1.                                    BACKUP
  2.                   Backs up files from one disk to another
  3.                              See also <RESTORE>
  4.  
  5. COMMAND TYPE: External                  VERSION: 2.0 and up
  6.  
  7. USE:  BACKUP d:[path][filename] d:[/S][/M][/A][/D:mm-dd-yy]
  8.       [/T:hh:mm:ss][/F:size] [/L[:[d:[path]filename]]]
  9.  
  10. d:\path\filename specifies the source drive (the drive that contains
  11.    the files that you want to back up).
  12.  
  13. The second d: specifies the destination drive (the drive to back up
  14. the files to).
  15.  
  16. /S includes all subdirectories in the backup.
  17. /M backs up files that have been modified since the last backup (files
  18.    with the archive bit set)
  19. /A backs up additional files to a diskette with back up files already
  20.    on it.  Without this option, all files on the backup diskette will
  21.    be destroyed.
  22. /D:mm-dd-yy backs up files that have been modified since a specific
  23.    date.
  24.  
  25. NOTE: The following options /T, /F, and /L are new to DOS 3.3.  Do not
  26. try them with earlier versions.
  27.  
  28. /T:hh:mm:ss backs up files that have been modified on or after the
  29.    specified time on the date specified.
  30. /F:size formats the target diskette if it is not already formatted.
  31.    "size" indicates the type of disc for the formatting program. The
  32.    following may be accepted: 160,180,320,360,1200 (kb - 5.25" discs)
  33.    or 720,1440 (kb - 3.5"discs)
  34. /L creates a log.  If a file name is not specified, the default is
  35.    BACKUP.LOG, and the file is stored in the root directory of the
  36.    source drive.  If a log file exists, the information is appended to
  37.    the end of that file.  The first record of the file contains:
  38.         The date of the backup    The time of the backup
  39.    Subsequent records contain:
  40.         Diskette number of the backed up file. Full path and file name
  41.         of each backed up file.
  42.  
  43. Files created using the <BACKUP> command must be <RESTORE>d to be useful.
  44.  
  45. EXAMPLE: BACKUP C:\*.* A:/S
  46.  
  47. This example will back up all files (in all subdirectories) on drive
  48. C: to drive A:.
  49.  
  50. NOTES: Do not use on drives which have been <ASSIGN>ed, <SUBST>ituted or
  51. <JOIN>ed.
  52.